(game "Okwe (Igbo)" ) //------------------------------------------------------------------------------ (option "Variant" args:{ } { (item "Incomplete" < (players 2) (equipment { (mancalaBoard 2 6 store:None (track [#]) ) (piece "Seed" Shared) (regions P1 (sites Bottom)) (regions P2 (sites Top)) }) (rules (start [#]) (play [#]) // When the final counter lands in a hole in the player's own row, captures are made from the opponent's opposite hole if it contains one or three counters. (end [#]) ) > "The incomplete ruleset." ) }) //------------------------------------------------------------------------------ (rulesets { (ruleset "Ruleset/Historical Information (Incomplete)" { "Variant/Incomplete" }) }) //------------------------------------------------------------------------------ (metadata (info { (description "Okwe is a name used for mancala-style board games in West Arica. This game was played by the Edo people, using seeds as counters.") (rules "2x6 board. Players sow counters. When the final counter lands in a hole in the player's own row, captures are made from the opponent's opposite hole if it contains one or three counters.") (source "DLP evidence.") (id "227") (version "1.3.12") (classification "board/sow/two rows/reconstruction/pending") (credit "Eric Piette") (origin "This game was played in Nigeria, around 1926.") } ) (graphics { (board Style Mancala) }) (recon { (concept "Sow" True) }) )